From: IOhannes m zmölnig Date: Thu, 21 Jan 2016 16:33:59 +0000 (+0100) Subject: build library from debian/rules X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~376 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=a2b4da4b145fb03a3b6eb73be04114fac890bed3;p=juce.git build library from debian/rules --- diff --git a/debian/rules b/debian/rules index 2a81fcd3..f62abb91 100755 --- a/debian/rules +++ b/debian/rules @@ -4,25 +4,24 @@ # Description: Main Debian packaging script for JUCE BUILD_DATE=$(shell date -u -d "$$(dpkg-parsechangelog -SDate)" +"%h %d %Y") -export DEB_CPPFLAGS_MAINT_APPEND = -DBUILD_DATE='"$(BUILD_DATE)"' +#export DEB_CPPFLAGS_MAINT_APPEND = -DBUILD_DATE='"$(BUILD_DATE)"' + +DEB_SRCDIR=debian/libbuilder/ include /usr/share/cdbs/1/rules/buildcore.mk include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/makefile.mk +## disabled licenscheck for now +#include /usr/share/cdbs/1/rules/utils.mk + +CPPFLAGS+=-DBUILD_DATE='\"$(BUILD_DATE)\"' DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \ ^((.*\.jpg)|(.*\.png)|(.*\.ico)|(.*\.icns)|(.*\.nib)|examples/PlugInSamples/MultiOutSynth/Source/BinaryData/singing\.ogg|examples/Demo/Resources/cello\.wav|examples/Demo/Resources/icons\.zip|modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinResources\.rsr|examples/ComponentTutorialExample/Introduction to Components - Part 1\.pdf|debian/(changelog|copyright(|_hints|_newhints)))$ -#pkg = $(DEB_SOURCE_PACKAGE) -#pkgdoc = frei0r-plugins-doc - build/libjuce-doc:: cd doxygen && doxygen Doxyfile -build/libjuce0:: - make -C debian/libbuilder - clean:: rm -rf doxygen/doc - make -C debian/libbuilder clean